From: Andreas Schwab Date: Fri, 28 May 2004 09:48:58 +0000 (+0000) Subject: Revert last two changes. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~22289 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=f434e847e1ea88de1970937d252783601021f208;p=emacs.git Revert last two changes. --- diff --git a/Makefile.in b/Makefile.in index 97d9a2a1079..7bfed3fd5ea 100644 --- a/Makefile.in +++ b/Makefile.in @@ -445,11 +445,9 @@ install-arch-indep: mkdir info if [ `(cd ./etc; /bin/pwd)` != `(cd ${docdir}; /bin/pwd)` ]; \ then \ echo "Copying etc/DOC-* to ${docdir} ..." ; \ - (cd ./etc; tar -chf - DOC* compilation.txt) \ + (cd ./etc; tar -chf - DOC*) \ |(cd ${docdir}; umask 022; tar -xvf - && cat > /dev/null) || exit 1; \ - (cd $(docdir); \ - chown $${LOGNAME:-$$USERNAME} DOC* compilation.txt; \ - chmod a+r DOC* compilation.txt; \ + (cd $(docdir); chown $${LOGNAME:-$$USERNAME} DOC*; chmod a+r DOC*; \ if test "`echo DOC-*`" != "DOC-*"; then rm DOC; fi); \ else true; fi -unset CDPATH; \